From: Kim F. Storm Date: Fri, 6 Apr 2007 17:05:39 +0000 (+0000) Subject: (unload-feature): Add line break. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1107 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c2b4142a558d63999199e61e39ebb1c1cc907b13;p=emacs.git (unload-feature): Add line break. --- diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 35b010074d0..84a865573af 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -165,7 +165,8 @@ in the event that the package has done something normally-ill-advised, such as redefining an Emacs function." (interactive (list - (read-feature "Unload feature: " t) current-prefix-arg)) + (read-feature "Unload feature: " t) + current-prefix-arg)) (unless (featurep feature) (error "%s is not a currently loaded feature" (symbol-name feature))) (unless force